Welcome![Sign In][Sign Up]
Location:
Search - web projects

Search list

[ICQ-IM-ChatMyICQ

Description: Interverse Project - The interverse is the evolution and combination of the web, chat, IM, and voice communication. It is not just a graphical user interface (GUI), but an immersive user interface (IUI). This project will develop the clients and content used in the interverse Interverse 是Web,聊天,IM,和语音通讯的发展和组合。它不只是一个图形化的用户接口(GUI),也是一个沉浸式的用户接口(IUI)。这个项目将开发沉浸式环境中的客户端和内容。 来源:http://sourceforge.net/projects/interverse/ Development Status: 3 - Alpha, 4 - BetaEnvironment: Other Environment, X11 ApplicationsIntended Audience: Developers, End Users/Desktop, Other AudienceLicense: GNU Lesser General Public License (LGPL)Operating System: Windows 95/98/2000, OS Independent, LinuxProgramming Language: APL, C, C++Topic: Communications, 3D Rendering, MIDI -Interverse Project - The interverse evolution and is the combination of the web, chat, IM, and voice communication. It is not just a graphical user interface (GUI), but an immersive user interface (IUI). This project will develop the clients and content used in the interverse Interverse Web, chat, IM, and voice communications and the development portfolio. It is not just a graphical user interface (GUI), as well as an immersion in the user interface (IUI). This project will develop immersion environment of the client and content. Source : http://sourceforge.net/projects/interverse/ Development Status : 3-Alpha, 4-BetaEnvironment : Other Environment, X11 ApplicationsIntended Audience : Developers and End Users / Desktop, Other AudienceLicense : Lesser GNU General Public License (LGPL) Opera
Platform: | Size: 2022699 | Author: | Hits:

[Other resourceef_src_0[1].90

Description: 这是一个轻便的j2ee的web应用框架,是一个在多个项目中运用的实际框架,采用struts,hebinate,xml等技术,有丰富的tag,role,navigation,session,dictionary等功能.-This is a light creates a web application framework, a number of projects in the practical application of the framework, using struts, hebinate, xml technology with rich tag, role, navigation, session, the dictionary functions.
Platform: | Size: 1056189 | Author: 刘一 | Hits:

[Static controlRGB Editor

Description: This article demonstrates the technique of creating a RGB color editor, useful at web-page and software development time, to know the RGB code for different combinations of Red, Green and Blue colors. The article has two projects both independent, one was developed using the popular MFC and the other in Win32 (a.k.a. SDK). Both applications are identical in functionality and helps developers who are not very familiar with Win32 programming, to compare and see how easy it is to develop applications in Win32
Platform: | Size: 61954 | Author: gp | Hits:

[GUI DevelopPcountrol

Description: 我无意发现了这个网站,这个网站很棒,我是一个在校大学生,我正在做一个无线数据传输的项目,遇到了很多麻烦.-found this web site that great, I was one of the college students, I was doing a wireless data transmission projects, encountered a lot of trouble.
Platform: | Size: 2888 | Author: 求知 | Hits:

[Other resourceACE_Example

Description: 内容:介绍ACE技术论文集 本论文描述ACE的结构和功能,并使用来自像电信、企业级医学成像和WWW服务这样的领域的例子阐释核心的ACE特性。ACE可以自由使用,并正在被用于许多商业项目(比如爱立信、Bellcore、西门子、摩托罗拉、柯达,和McDonnell Douglas),以及许多学院和工业研究项目。ACE已被移植到多种OS(操作系统)平台上,包括Win32和大多数的UNIX/POSIX实现。此外,同时有C++和Java版本的ACE可用。-content : Proceedings of the ACE ACE paper describes the structure and function, and from use as telecommunications, enterprise-class medical imaging and Web services in areas such as the example to explain the core features of the ACE. ACE can be freely used, and is being used in many commercial projects (such as Ericsson, Bellcore, Siemens, Motorola, Kodak, and McDonnell Douglas), and many institutions and industrial research projects. ACE has been transplanted to various OS (operating system) platforms, including Win32 and most UNIX / POSIX achieve. In addition, there are C and Java versions of the ACE available.
Platform: | Size: 1800672 | Author: bingo | Hits:

[Other resourceAJAXCD

Description: 配置方法: 1。将需要的组建都装入项目中 2。将SQLserver2000的数据库文件还原 3。将web\\WEB-INF\\classe\\Proxool.properties文件中的数据库密码改成你的 管理员 admin 密码 admin-Configuration : 1. The form will require all packed two projects. SQLserver2000 to restore the database files 3. Will web \\ WEB-INF \\ classe \\ Proxool.properties documents the password database administrator changed your admin password admin
Platform: | Size: 1267597 | Author: 孙小姐 | Hits:

[Communicationaspintracom66

Description: 在一些项目中,通常需要采用C/S&B/S的混合架构来实现,这样就涉及到了Web开发,在MS的.Net没有出现之前,因为是运行于windows环境之上,理所当然的首选ASP来实现了,直到有一天,盖茨扛出了.Net大旗,振臂高呼:用洒家的.Net吧,安全快捷无副作用,一个字\"牛B\"! -in a number of projects usually need C / S
Platform: | Size: 44488 | Author: hello | Hits:

[JSP/Java20050919142105

Description: 1.DATABASE目录下存放的是网上购书系统的数据库脚本文件以及相应的jdatastore数据库文件。 2.bookstoreejb目录下存放的工程对应于网上购书系统的ejb部分。 3.shopping目录下存放的工程对应于网上购书系统的web部分。-1.DATABASE directory is stored online bookstores system database script file and the corresponding jdatastore database files. 2.bookstoreejb directory storage projects corresponding to the online bookstores Bob part of the system. 3.shopping directory storage projects corresponding to the online bookstores part of the web.
Platform: | Size: 2395049 | Author: 段德超 | Hits:

[WEB Codev246

Description: 在实际项目中,经常会遇到这样的问题,如果我对某个目录实现filter,但该目录里偏偏有一些文件我不想做filter,该怎么办?反过来,我只想对该目录的某些文件做filter而其它文件我不想做filter,我只想对所有包含login的文件做filter,或者我不想对包含login的文件做filter!以下是我的解决方法: 在:tomcat5.0+j2sdk1.4.2下调试成功 内含两个源代码,一个是权限filter一个是Encoding filter 都可以实现我先前说的功能! 另外,我发现我的e鹰新闻发布系统居然跑到了咱们网网站来,不知道是谁代劳的:),晕,不能上传自己的原码,滋味真是怪怪的!-in practical projects, often encountering such a problem, if I achieve a certain directory filter, However, the directory is open to some documents I do not want to filter, how do? Conversely, I just want to list some of this document do filter and other documents that I do not want to filter, I just want to login contain all the documents do filter, Perhaps I do not want to include the documents do login filter! the following is my solution : : tomcat5.0 j2sdk1.4.2 successful debug source code intron 2, competence is a filter is a filter Encoding can be achieved, I said earlier that the function ! Also, I found out that my e Eagle press release as to run a system of our web site, do not know who remarked :), the corona, unable to upload their own original code, taste is really strange!
Platform: | Size: 4035 | Author: 古刹飞鹰 | Hits:

[Other resourceAJAXCDsystem

Description: AJAX版CD管理系统配置方法: 1。将需要的组建都装入项目中 2。将SQLserver2000的数据库文件还原 3。将web\\WEB-INF\\classe\\Proxool.properties文件中的数据库密码改成你的 管理员 admin 密码 admin-AJAX CD version management system configuration methods : 1. The form will require all packed two projects. SQLserver2000 to restore the database files 3. Will web \\ WEB-INF \\ classe \\ Proxool.properties documents the password database administrator changed your admin password admin
Platform: | Size: 1265753 | Author: kangqi | Hits:

[Menu controlstruts-menu-2.3-src

Description: struts menu源码,STRUTS MENU是开源的JAVA项目,STRUTS MENU可为你的应用创建漂亮的菜单而不用编写复杂的代码,是网站开发人员的好帮手-struts menu source, STRUTS MENU is the open-source Java projects, MENU STRUTS for your application to create beautiful menu instead of preparing the complexity of the code, Web developers is a good helper
Platform: | Size: 218308 | Author: simens | Hits:

[Process-ThreadVBThreads_[2006-06-14_2308]

Description: === === === === === === === ==== Zarr s VB Website http://www.zarr.net/vb === === === === === === === ==== This sample piece of VB code has come from Zarr s VB Website at http://www.zarr.net/vb Zarr s VB Website is one of the Internet s number one resource for VB programmers of all abilities. Contained on the site are hundreds of good quality, sample VB projects and code to help you learn and improve your VB skills. All code from Zarr s VB Website may NOT be sold for any financial gain by any organisation, and none of the code/projects that are downloaded from the site may be used on any other website without the written permission from Zarr s VB Website. The Zarr VB Website is copyright (C)1998-2001 Zarr Internet Services Ltd. All rights reserved, all trademarks acknowledged.-=== === === === === === === === === === === === ==== === === Zarr s VB Website http : / / www.zarr.net / vb ======================= === === ===== This sample piece ========================= of VB code has come from VB Zarr s Website at http : / / www.zarr.net / vb Zarr s VB Website is one of th Internet e s number one resource for VB programm ers of all abilities. Contained on the site are h undreds of good quality, VB projects and sample code to help you learn and improve your VB skills. All code from VB We Zarr s bsite may NOT be sold for any financial gain by an y organization, and none of the code / projects that are download ed from the site may be used on any other website w ithout the written permission from Zarr s Web VB site
Platform: | Size: 24668 | Author: lch | Hits:

[Other resourcejava_Struts_study

Description: Struts最早是作为Apache Jakarta项目的组成部分问世运作。项目的创立者希望通过对该项目的研究,改进和提高Java Server Pages、Servlet、标签库以及面向对象的技术水准。 Struts这个名字来源于在建筑和旧式飞机中使用的支持金属架。它的目的是为了减少在运用MVC设计模型来开发Web应用的时间。你仍然需要学习和应用该架构,不过它将可以完成其中一些繁重的工作。 Struts跟Tomcat、Turbine等诸多Apache项目一样,是开源软件,这是它的一大优点,使开发者能更深入的了解其内部实现机制。 -Apache Jakarta project as an integral part of the operation available. The founders hope that through this project, and improving Java Server Pages, Servlet, labeling library and object-oriented technology standards. Struts from the name in the construction and the use of old aircraft with the support of metal racks. Its objective is to reduce the use of the MVC design model to the development of Web applications. You still need to study and application of the framework, but it will be completed some of the heavy work. Struts with Tomcat, Apache Turbine and many other projects, open-source software is that it is a big advantage, so that developers can have a better understanding of their internal mechanisms to achieve.
Platform: | Size: 4196217 | Author: 张世强 | Hits:

[Other resourcejsp-bangonggl

Description: 办公系统的设计与实现。该系统是基于web的开发项目,在前台采用jsp控制前台页面的显示。系统的后台数据的管理采用的是SQL SERVER.-office system design and implementation. The system is web-based development projects, the future prospects of using jsp pages control the display. The background data management using the SQL SERVER.
Platform: | Size: 109585 | Author: 林涛 | Hits:

[Other resourceshellweb_last.tar

Description: 使用Perl,实现的Web浏览器,是国人开发的一个著名项目,并且吸引全世界的人参与-use Perl, achieving the Web browser, development of the people is a well-known projects, and to attract the participation of people from all over the world
Platform: | Size: 30521 | Author: wangqiang | Hits:

[JSP/Javajwp_03_11_03

Description: jwp是 JSP WebProject的简写。它是一个基于Web的应用程序。它编写的方式是JSP/Java+Mysql.主要的功能是管理项目、任务、命令、用户、报告、文档。这个程序对学生管理自己的程序非常的有好处。-jwp WebProject JSP is the abbreviation. It is a Web-based application. It prepared the way JSP / Java Mysql. The main function is to manage projects, tasks, orders, users, Report Documents. The procedures for students to manage their own procedures for the benefit.
Platform: | Size: 6098492 | Author: 杨槐玉 | Hits:

[Web Serverzhuangshisheji

Description: 装饰设计网站开发系统,中国第一个适合各类装饰设计公司的网站开发系统。,采用ASP+Access程序设计,后台管理。功能包括公司介绍,公司动态,产品知识,服务项目,作品展示,公司供货,资源下载,在线订单,客户管理,自助学习,在线留言,论坛等相关栏目。版面美观大方,功能无限扩展,无限分类,使用我们的系统,你很快建立起专业的装饰公司网站-decorative design web site development system, the first one for all types of decorative design company web site development system. Using ASP Access program design, management background. Corporate functions include, dynamic company, product knowledge, service projects, works display, the company supplying resources downloaded online orders Customer management, self-learning and online messages, forums and other related columns. Layout pleasing to the eye and functional unlimited expansion unlimited classification, the use of our system, you will soon establish a professional decorative website
Platform: | Size: 2248735 | Author: hanxing | Hits:

[WEB CodeAjaxPro-7131

Description: 我现在开发项目用到两个Ajax产品,一个是anthem,另一个就是ajaxpro了,对于Web服务端不对表单元素进行操作的调用,我一般就采用ajaxpro,主要是它的数据传递功能是几种ajax封装库中最好的了. 我对这个包增加了进度指示, 可以参考-development projects Ajax used two products, one is anthem, Another is ajaxpro, for the Web server form elements not operate a call, I generally on the use of ajaxpro. It is the data transmission function of several ajax Packaging is the best of these. I have the right to increase the packet instructions progress, reference
Platform: | Size: 179504 | Author: 陈勇强 | Hits:

[Othercltphp_v5.5.3

Description: CLTPHP后台管理系统,包含权限管理,网站基本设置,模型管理,网站内容管理,会员管理,广告管理,留言管理,友情链接等相关模块。基于ThinkPHP5开发,后台采用Bootstrap框架,实现完全自适应。 ThinkPHP5基于PHP5.4设计(支持PHP7),采用全新的架构思想,引入了很多的PHP新特性,优化了核心,减少了依赖,实现了真正的惰性加载。 Bootstrap 是最受欢迎的 HTML、CSS 和 JS 框架,用于开发响应式布局、移动设备优先的 WEB 项目。简洁、直观、强悍的前端开发框架,让web开发更迅速、简单。(CLTPHP background management system, including rights management, website basic settings, model management, website content management, member management, advertising management, message management, links and other related modules. Based on ThinkPHP5 development, the background adopts the Bootstrap framework to achieve complete self-adaptive. ThinkPHP5 is based on PHP5.4 design (support PHP7). With the new architecture thought, it introduces many new features of PHP, optimizes the core, reduces dependence and achieves truly inert loading. Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive layout, mobile device priority WEB projects. The simple, intuitive and powerful front-end development framework makes the web development more rapid and simple.)
Platform: | Size: 10337280 | Author: 张俊龙 | Hits:

[OtherTTMS

Description: 基于管理一个影院所开发的web项目,具有售票管理,放映厅管理,票务管理等功能。(Based on web projects developed to manage a movie theater.)
Platform: | Size: 6719488 | Author: 娃哈哈741 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 18 »

CodeBus www.codebus.net